aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/api/[...nextauth]/route.ts
blob: e19cc16ebcc89e618b90c94379cde4ceb6af440f (plain) (blame)
1
2
export { GET, POST } from "../../../server/auth";
export const runtime = "edge";